projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af1f9f
)
(make_hdr): Replace `legal' with `valid'.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 02:49:26 +0000
(
02:49
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 02:49:26 +0000
(
02:49
+0000)
src/unexec.c
patch
|
blob
|
history
diff --git
a/src/unexec.c
b/src/unexec.c
index 05cff698313e8cda43a80ac0706346ad13ed2b77..6a571d9cb533a6b92891c4b99c5c96cdc6391dfa 100644
(file)
--- a/
src/unexec.c
+++ b/
src/unexec.c
@@
-693,7
+693,7
@@
make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name)
}
if (coffheader.f_magic != COFF_MAGIC)
{
- ERROR1("%s doesn't have
legal
coff magic number\n", a_name);
+ ERROR1("%s doesn't have
valid
coff magic number\n", a_name);
}
#endif
if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr)